provider Projects DELETE /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/teams/{team_id_or_slug}/
@utdk/sentry /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/teams/{team_id_or_slug}/
Delete a Team from a Project
Revoke a team's access to a project. Note that Team Admins can only revoke access to teams they are admins of.
organization_id_or_slug path required
The ID or slug of the organization the resource belongs to.
string
project_id_or_slug path required
The ID or slug of the project the resource belongs to.
string
team_id_or_slug path required
The ID or slug of the team the resource belongs to.
string

Try it

Authentication
Configure credentials for API Reference
deleteATeamFromAProject
DELETE/api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/teams/{team_id_or_slug}/
Revoke a team's access to a project. Note that Team Admins can only revoke access to teams they are admins of.

Parameters

required

The ID or slug of the organization the resource belongs to.

required

The ID or slug of the project the resource belongs to.

required

The ID or slug of the team the resource belongs to.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import sentry from '@utdk/sentry';

await sentry.deleteATeamFromAProject()